@charset "utf-8";
/* CSS Document */
html {
    height: 100%;
    /* The html and body elements cannot have any padding or margin. */
}

body {
    /*        	background-image:url(../img/pic7.jpg);
                background-attachment: fixed;
                background-position: 0 0;
                background-repeat: no-repeat;

                padding: 40px 0 50px;*/
    background: url(../img/pic7.jpg) repeat;
    width: 100%;


    font-family: "微软雅黑", "幼圆", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    /* The html and body elements cannot have any padding or margin. */
}


.navbar .container {
    *width: 1200px;
}

.navbar {
    clear: both;
}

/* Custom container */
.container {
    width: 1120px;
    margin: 0 auto;
    background: #fff;

}

.boxbody {

    width: 1240px;
    margin: 0 auto;
    background: #fff;

    padding: 0;
    background: url(../img/bg_sha.png) repeat-y;
}

#wrap {

    width: 1200px;

    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height */
    margin: 0 auto -40px;
    background-color: #fff;
}

#push,
#footer {
    clear: both;
    height: 40px;

}


/* =========================================================== */
/* Header /*
============================================================== */
header {
    width: 1200px;
    margin: 0 auto;
    border-top: 5px solid #3374b4;
    padding: 0;
    z-index: 50;
    background: #fff;
}

.row-nav {
    margin-bottom: 0px;
    margin-top: 10px;
}

.navbar-inner {
    background: #3374b4;
    min-height: 44px;
    border: 0;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;

}

.navbar .nav > li > a, .navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
    color: #fff;
    padding: 7px 0;
    width: 91px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    *width: 89px;
}

.navbar .nav > li.first > a, .navbar .nav > li.first > a:focus, .navbar .nav > li.first > a:hover {
    width: 91px;
    *width: 89px;
}

.navbar .divider-vertical {
    height: 44px;
    border-left: 1px solid #4889c8;
    border-right: 1px solid #1d60a2;
    margin: 0;
}

.navbar .nav > li {
    line-height: 30px;
}

.navbar .nav > li > a:focus, .navbar .nav > li > a:hover, .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #e7402f;

}

.navbar .nav {
    margin: 0;
    background: #3374b4;
}

.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: #e7402f;
    color: #fff;
}

.brandlogo {
    float: left;
    font-size: 0px;
    font-weight: 0;
    margin: 20px 0 0;
    padding: 0;
    text-shadow: none;
    display: inline-block;
}

.topinfo {
    overflow: hidden;
    text-align: center;
}

.list-soc {
    overflow: hidden;
    margin-bottom: 40px;
    margin-top: 0;
    background: #3374b4;
    color: #fff;
    width: 130px;
    float: right;
    height: 28px;
}

.list-soc a {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
}

.list-soc a:hover {
    color: #ddd;
}

ul {
    list-style: none outside none;
    margin: 0;
}

.infophone {
    clear: both;
    text-align: right;
    font-size: 12px;
    line-height: 26px;
    color: #333333;
    text-transform: uppercase;
    padding-bottom: 0;
}

.infoaddress {
    text-align: right;
    color: #333;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
}

.infophone a {

    color: #3374b4;

}

.infophone a:hover {

    color: #888;

}

.infoaddress a {
    color: #888;
}

#search {
    margin: 0;
    overflow: hidden;
    position: relative;
    float: right;
    padding: 0;
}

#search input {
    background: #222;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #777;
    margin: 0;
    padding: 10px;
    height: 50px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    font-size: 12px;
    font-style: italic;
}

#search input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#search a {
    display: inline-block;
    float: left;
    background: #e7402f url(../img/part-btn-search.png) no-repeat center center;
    width: 50px;
    height: 50px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.navbar .nav .dropdown-toggle .caret {
    margin-top: 13px;
}

.navbar .nav li.dropdown > .dropdown-toggle .caret, .navbar .nav li.dropdown > a:hover .caret, .navbar .nav li.dropdown > a:focus .caret:hover, .navbar .nav li.dropdown.open > .dropdown-toggle .caret, .navbar .nav li.dropdown.active > .dropdown-toggle .caret, .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.dropdown-menu {
    border: 0px;
    background-color: #3374b4;
    border-radius: 0;
}

.navbar .nav > li > .dropdown-menu:before {
    border-bottom: 7px solid transparent;
}

.navbar .nav > li > .dropdown-menu:after {
    border-bottom: 6px solid transparent;
}


.dropdown-menu > li > a {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    color: #fff;
    border-top: 1px solid #4889c8;
    border-bottom: 1px solid #1d60a2;
    padding: 8px 20px;
    border-radius: 0;

}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    background-color: #164e84;
}

.navbar .nav > li > a:focus, .navbar .nav > li > a:hover, .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    background-color: #164e84;
}

.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: #164e84;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
    background-color: #164e84;
}


.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {

    background-color: #164e84;
    background-image: none;
}

.dropdown-menu {
    padding: 0px;
    margin-left: -2px;
    margin-top: 0px;
}

ul.social-icons li {
    display: inline-block;
    float: none;
    padding: 13px;
    width: 0;
    height: 0;
    position: relative;
    background-color: #333;
    margin-right: 5px;
}

ul.social-icons li i {
    position: absolute;
    font-size: 14px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -10px;
}

ul.social-icons li a {
    color: #fff;
}

ul.social-icons li a i {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    overflow: hidden;
}

ul.social-icons li a i:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}

ul.social-icons li a:hover {
    text-decoration: none;
    color: #fff;
}


.text-center {
    text-align: center;
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    height: 20px;
}

.text-center img {
    vertical-align: top;
}

/* -------------------------------------------------- */
/*	Top Panel
/* -------------------------------------------------- */

.top-panel {
    width: 1120px;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 0px;
    border-top: 1px solid #fefefe;
    border-bottom: 1px solid #dbdbdb;
    background-color: #f4f4f4;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.top-panel .span7 {
    width: 600px;
}

.top-panel .span5 {
    width: 335px;
    margin-left: 10px;
}

.top-panel .span5 h3 {
    background: url(../img/newtitle.png) no-repeat top center;
    height: 55px;
    padding-left: 55px;
    color: #1f6db3;
    font-size: 22px;
    padding-top: 2px;
    font-weight: 400;
    margin-bottom: 5px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #1f6db3;
}


.span5 ul {
    margin-left: 5px;
    background: #f5f9fd;
}


/*--------------------------------------*/

.bgblue {
    background-color: #2c6eaa;
}


/*--------------------------------------*/

.mainleft_box {
    margin: 10px 0px 5px 0px;

}

}


.icon-circle-arrow-right {
    background: url(../img/main_more.png) 0 2px no-repeat;
}

.icon-circle-arrow-right-left {
    background: url(../img/main_more_left.png) 5px no-repeat;
}


.main_more {
    color: #999;
    font-size: 12px;
    text-decoration: none;
}

.mainleft_box a:hover, .mainleft_box a:focus {
    text-decoration: none;
    color: #1f6db3;
}

.color_blue {
    color: #1f6db3;
    line-height: 30px;
}


.line_gray {
    border-bottom: 1px solid #cbd1d3;
    margin-bottom: 0;
    height: 36px;
}

.main_li {
    text-decoration: none;
    list-style: none;
    font-size: 12px;
    line-height: 28px;
    color: #333;
}

.main_a {
    background: url(../img/li.png) left no-repeat;
    font-size: 12px;
    background-position: 0px 8px;
    padding-left: 16px;
    color: #333;
}

.main_a a {
    color: #333;

}


.main_a a:hover, .main_a a:active {
    color: #666;
    text-decoration: none;
}

.color_gray {
    color: #999;
}

.bggay {
    background: #fff;
    margin-top: 20px;
}

/*------------------------------------------*/
.row-fluid .span2 {
    margin-left: 0;
    width: 300px;

}

.row-fluid .span5 {
    margin-left: 20px;
    width: 390px;

}

.row-fluid .span10 {
    margin-left: 20px;
    width: 800px;
}

.row-fluid .span7 {
    margin-left: 0px;
    width: 710px;
    *width: 707px;

}

.bggay .span8 {
    margin-left: 35px;
    width: 585px;
}

.leftbox_top {
}

#heading {
    width: 152px;
    height: 37px;
    background: url(../img/login_bg.png) no-repeat;
    margin-top: 20px;
    color: #fff;
    font-size: 20px;
    padding-left: 10px;
    line-height: 37px;
}


.img_box {
    float: left;
}

.border_box {
    width: 800px;
}

.ul_box {
    float: left;
    background: #f5f9fd;
    width: 540px;
    border-bottom: 2px solid #efefef;
}

/*--------------------------------------------*/


.nav-tabs {
    border: none;
}

.nav-tabs_title {
    border: none;
    background-color: #222222;
}

.nav-tabs_title ul {
    margin: 0;
    padding: 0;

}

.nav-tabs > li {
    margin-bottom: 0;
}

.nav-tabs_title ul li {
    list-style: none;
    font-size: 18px;
    font-weight: 400;
    width: 300px;

}

.nav-tabs_title .nav-tabs > .active > a {
    border: none;
    line-height: 38px;

    padding: 7px 0;
    width: 300px;
    margin-left: 100px;
    background-color: #3374b4;
    color: #fff;

}

.nav-tabs_title .nav-tabs > .active {

    background-color: #3374b4;


}

a span {
    color: #ccc;
    font-size: 12px;
}

.nav-tabs_title .nav-tabs > li > a {
    border: none;
    line-height: 38px;
    margin-right: 0;
    width: 300px;
    padding: 7px 0;
    color: #fff;
    margin-left: 100px;

}

.bgcolor {
    background-color: #efefef;
    padding: 15px 15px 0 15px;
}


.title_news {
    background: url(../img/title_line.jpg) no-repeat;
    height: 64px;
}

.title_news .main_more {
    color: #999;
    font-size: 12px;
    text-decoration: none;
    height: 64px;
    line-height: 50px;

}

/* blog sidebar */
.blog_sidebar {
    margin: 0px;
    background-color: #f5f9fd;
    border-bottom: 2px solid #efefef;
}

.blog_sidebar .h4border {
    background: url(../img/mainbox.png) no-repeat;
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 400;
    border-bottom: 1px solid #efefef;
    border-top: 1px solid #164e84;
}

.blog_sidebar .nobg {
    background: none;
}

.blog_sidebar .h4border p {
    text-align: left;
    margin: 0;
    margin-left: 70px;
    font-size: 20px;
    font-weight: 600;
    line-height: 40px;
    padding: 0;
    color: #555;
}

.blog_sidebar .nobg p {
    margin-left: 15px;
    color: #3374b4;
}

.blog_sidebar .h4border .main_more {
    color: #999;
    font-size: 12px;
    text-decoration: none;
    line-height: 42px;
    margin-right: 10px;

}

.blog_sidebar .h4border img {
    margin: 2px 3px;
}

.blog_sidebar ul {
    margin: 10px 10px 0 10px;
}

/*------------------------*/


.project {
    position: relative;
    padding-left: 0px;
}

.project .h4border {
    background: url(../img/boxtitle_2.jpg) right top no-repeat;
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 20px;
    font-weight: 400;
}

.project img {
    margin: 2px 25px 2px 0;
}

.project img.last {
    margin-right: 0;
}

.project .link {
    border-bottom: 1px dotted #eee;
    color: #eee;
    margin: 10px 60px 10px 40px;
}

.project .link a {
    color: #ddd;
}

.project .link a:hover {
    color: #fff;
}

.project .link p {
    margin: 0;
    line-height: 24px;
}

.project .link .link_l {
    width: 80px;
    float: left;
}

.project .link .link_r {
    float: left;
    width: 730px;
}

/*------------------------*/
.left_video {
    width: 320px;
    float: right;
}

.left_video h2 {
    text-align: right;
}

.left_video dl {
    display: block;
    height: 125px;
    margin-top: 5px;
}

.left_video dl dt {
    width: 235px;
    float: left;
}

.left_video dl dd {
    display: block;
    width: 75px;
    height: 125px;
    float: right;
    position: relative;
}

.left_video dl dd p {
    color: #ababad;
    margin-bottom: 10px;
}

.left_video dl dd p span {
    display: block;
    color: #3374b4;
    font-size: 16px;
    font-weight: 600;
}

.left_video dl dd a {
    display: block;
    width: 55px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    color: #fff;
    background: #a9a9a9;
    position: absolute;
    bottom: 0px;
}

/*------------------------------*/
#footer {
    text-align: center;
    line-height: 22px;
    padding: 15px 0 0 0;
    width: 1200px;
    margin: 0 auto;
}

#footer p {
    margin: 0;
    color: #eee;
}

/*------------------------------*/
#footer .row-fluid {
    width: 940px;
    margin: 0 auto;
}

.row-fluid .span3 {
    width: 270px;
}

.link {
    background: url(../img/link_1.png) no-repeat top left;
}

.link_1 {
    background: url(../img/link_2.png) no-repeat top left;
}

.link_a {
    margin-top: 5px;
    text-align: left;
}

.link_a a {
    color: #ccc;
    line-height: 22px;
}

.link_a a:hover {
    color: #fff;
}

.add {
    margin: 10px 0;
}

.add .link_a {
    float: left;
    width: 254px;
}

.add .ewm {
    float: right;
}

.copy {
    background-color: #3374b4;
    height: 40px;
    margin-top: 7px;
    padding: 0 50px;
}

.copy p {
    text-align: left;
    line-height: 40px;
}

.copy a {
    color: #ccc;
}

.copy a:hover {
    color: #fff;
}


.login form {
    margin: 15px 15px 0 15px;
}

.login .form-horizontal .controls {
    margin-left: 75px;
}

.login .form-horizontal .control-label {
    width: 60px;
    font-size: 14px;
    font-weight: 400;
}

.login .form-horizontal .control-group {
    margin-bottom: 14px;
}

.login .form-horizontal .help-block {
    color: #999;
    font-size: 12px;
    text-align: center;
}

.login .form-horizontal .control-group .button_group {
    text-align: center;
}

.login .form-horizontal p {
    font-size: 16px;
    line-height: 30px;
}


.kstd .row-fluid .span6 {
    margin: 5px 0;
}

.kstd .row-fluid .span6 p {
    margin: 0;
    margin-left: 40px;
    font-size: 14px;
    color: #555;
    font-weight: 400;
    line-height: 34px;
}

.kstd .row-fluid .span6 p span {
    color: #f15624;
}

.kstd .row-fluid .span6 p a {
    color: #555;
}

.kstd .row-fluid .span6 p a:hover {
    color: #f15624;
}


.border_sypt {
    border: 1px solid #efefef;
}

.sypt_img {
    float: left;
}

.sypt {
    float: left;
    margin-left: 20px;
    width: 270px;
}

.sypt .h4border p {
    font-size: 20px;
    font-weight: 600;
    line-height: 42px;
    padding: 0;
    color: #3374b4;
    padding: 0px;
    border-bottom: 1px solid #efefef;
    width: 270px
}
